body{margin:0;
    /*font-family:"Microsoft YaHei";line-height:1;font-size:12px;*/
    font:12px/1 "Microsoft YaHei";
}
p,dl,dd{margin:0;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-size:100%;}
ul,ol{margin:0;padding:0;list-style:none;}
a{ text-decoration: none;color:#333;}
em,i{font-style:normal;}
strong,b{font-weight:normal;}
img{border:none;vertical-align:bottom;}
.clearfix{*zoom:1;} /*ie低版本兼容处理*/
.clearfix:after{content:"";clear:both;display:block; height:0;overflow:hidden;font-size:0;line-height:0;}
table{border-spacing: 0;border-collapse: collapse;}
th,td{padding:0;text-align:left;vertical-align: top;}
th{font-weight:normal;text-align:left;}
input,textarea{outline:none;}
input{margin:0;padding:0;border:none;}
input[type="button"],input[type="submit"]{box-sizing:content-box;}
textarea{resize:none;overflow:auto;} 
button{border: 0;background-color: transparent;outline: none;}
.layout{
width: 1200px;
margin: 0 auto;
}


/* 公共头部 */
.header{
    width: 100%;
    height: 116px;
    background: url('../images/header.png') no-repeat center top;
}
header .logo img{
    width: 278px;
    height: 68px;
    margin-left: 14px;
    margin-top: 24px;
    float: left;
}
.header_lt{
    float: right;
    width: 789px;
    height: 116px;
    /* background: yellow; */
}
.header_top{
    height: 36px;
   
}
.header_top span{
    display: block;
    padding-right: 46px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    background: url('../images/phone.png') no-repeat right 200px center;
}
.nav{
    width: 789px;
    height: 80px;
}
.nav li{
    position: relative;
    display: inline-block;
    width: 109px;
    text-align: center;
}
.nav li>a{
    display: inline-block;
    font-size: 16px;
    padding-bottom: 6px;
    margin-top: 32px;
}
.nav li .active{
    border-bottom: 3px solid #00824a;
    color: #00824a;
}
.nav li>a:hover{
    color: #00824a;
}
.child_nav{
    z-index: 99;
    display: none;
    position: absolute;
    top: 53px;
    width: 110px;
    text-align: center;
    background: rgba(0, 0, 0, .33);
}
.child_nav a{
    display: block;
    padding: 8px 0;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
}
.child_nav .cur{
    background: #00824a;
}
.child_nav a:hover{
    background: #00824a;
}


/* 公共底部 */
.footer{
    background: #26272a;
    height: 274px;
}
.footer_div{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_div h5{
    margin-top: 40px;
    margin-left: 15px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    border-left: 2px solid #fff;
}
.footer_div .line{
    height: 1px;
    background: #707070;
    width: 785px;
    margin-left: 15px;
    margin-top: 12px;
}
.footer_nav{
    margin-left: 18px;
}
.footer_nav a{
    display: inline-block;
    color: #8d8d8d;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 45px;
}
.footer_nav .active{
    color: #fff;
    font-weight: bold;
}
.footer_nav a:hover{
    color: #fff;
}
.footer_info{
    margin-left: 18px;
    margin-top: 15px;
    width:850px;
}
.footer_info li{
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}
.footer_info li:nth-child(1){
    width: 240px;
}
.footer_info li:nth-child(2){
    width: 251px;
}
.footer_info li:nth-child(4){
    width: 240px;
}
.code{
    width: 116px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 0;
    height: 150px;
}
.code img{
    width: 116px;
    height: 116px;
}
.code>p{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
footer{
    font-size: 13px;
    color: #fff;
    padding-top: 18px;
    height: 55px;
    text-align: center;
    background: #00824a;
}
footer a{
    color: #fff;
}
/* banner */
.bannerImg{
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    overflow: hidden;
}

.bannerImg img{
    position: absolute;
    width: auto;
    height: 400px;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}
.bannerTit{
    width: 100%;
    text-align: center;
    height: 175px;
    position: absolute;
    bottom: 78px;
    background: url('../images/goto.png') no-repeat center bottom;
}
.bannerTit h2{
    font-size: 70px;
    color: #fff;
}
.bannerTit h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

/* 公共导航 */
.navTo{
    text-align: center;
    margin: 40px 0 80px;
}
.navTo a{
    width: 141px;
    height: 42px;
    margin: 0 3px;
    border:2px solid #00824a;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    color: #00824a;
    font-size: 14px;
}
.navTo .active{
    background: #00824a;
    color: #fff;
}
.navTo a:hover{
    background: #00824a;
    color: #fff;
}

.page{
    text-align: center;
    margin: 30px 0 60px;
}
.page span{
    font-size: 12px;
    color: #5a5a5a;
}
.page a{
    margin-left:5px;
    font-size: 12px;
    padding:2px 5px;
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
}
.page .active{
    color: #e83b41;
    border: 1px solid #fff;
}

.mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
}